home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / sgi.lha / Geomview / man / cat1 / pssnap.1 < prev    next >
Text File  |  1993-03-02  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. pssnap(1)                        pssnap(1)
  5.  
  6.  
  7. NAME
  8.        pssnap -    PostScript drawer for Geomview objects.
  9.  
  10. SYNOPSIS
  11.        pssnap
  12.  
  13. DESCRIPTION
  14.        Pssnap places a PostScript image    of a geomview object in    a
  15.        file (default: snap.ps).     Pssnap    is meant to be run  as    a
  16.        geomview    external module, and draws the currently selected
  17.        object from the point of    view of    the current camera.
  18.  
  19.        The image is sized to fit on an 8.5 x  11  inch    sheet  of
  20.        paper.    Pssnap    uses  the  orientation of the surfaces to
  21.        determine  lighting.   When  creating  black   and   white
  22.        PostScript, pssnap uses averages    the r, g and b components
  23.        of the color of the object using    the formula
  24.        grey = .299 * r + .587 *    g + .114 * b.
  25.  
  26.        Pssnap does not support smooth shading.    If an object con-
  27.        tains per vertex    colors,    the entire face    is given the same
  28.        color as    the first vertex.
  29.  
  30. OPTIONS
  31.        BUGS
  32.  
  33.        Pssnap calls the    same conversion    routine    as  anytopl  (see
  34.        anytopl(3)) and so shares all its bugs.
  35.  
  36.        Pssnap sorts the    polygons by z value prior to drawing them
  37.        instead of doing    true z-buffering.  This    sometimes  causes
  38.        mistakes     in the    final image, particularly if the faces of
  39.        the object intersect one    another.
  40.  
  41. SEE ALSO
  42.        anytopl(3), pssnap(3), sortbyz(3)
  43.  
  44. AUTHOR
  45.        Celeste Fowler        email:    fowler@geom.umn.edu
  46.        The Geometry Center    phone:    (612) 626-8304
  47.        1300 South Second Street
  48.        Minneapolis, MN    55454
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. Geometry Center          June 12, 1992                1
  65.  
  66.  
  67.